ARM64: Round-Robin dispatch IRQs between CPUs.
authorMichael Zoran <mzoran@crowfest.net>
Sun, 15 Jan 2017 05:43:57 +0000 (21:43 -0800)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:28:37 +0000 (17:28 +0000)
commit853ccf332e4a74900d430b51f6eae7bf73c0a595
treea151302bbd8c745ab00137434e4ddf92a70fdab4
parente88d2b78d1f6ede03be99f00a651e3b377d7cbc7
ARM64: Round-Robin dispatch IRQs between CPUs.

IRQ-CPU mapping is round robined on ARM64 to increase
concurrency and allow multiple interrupts to be serviced
at a time.  This reduces the need for FIQ.

Signed-off-by: Michael Zoran <mzoran@crowfest.net>
drivers/irqchip/irq-bcm2835.c
drivers/irqchip/irq-bcm2836.c